Description
Run a script and return the result Document object of the script the output of the operation
Operation id | Context.RestoreDocumentInputFromScript |
Category | Execution Context |
Label | Restore input document from a script |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | document |
Implementation Information
JSON Definition
{
"id" : "Context.RestoreDocumentInputFromScript",
"label" : "Restore input document from a script",
"category" : "Execution Context",
"requires" : null,
"description" : "Run a script and return the result Document object of the script the output of the operation",
"url" : "Context.RestoreDocumentInputFromScript",
"signature" : [ "void", "document" ],
"params" : [ {
"name" : "script",
"description" : null,
"type" : "string",
"required" : true,
"widget" : "TextArea",
"order" : 0,
"values" : [ ]
} ]
}